Background Subtraction and Image Denoising (BSID) R package
M matrix 만들기 creat_vm()
creat_vm(path="./example_data/airport_sub/")
M <- bsid_env$M
\(M\) 확인하기 save_anipic()
save_anipic(M, save.name="airport_sub_M")
Principal Component Pursuit algorithm 를 이용하여 L, S matrix 만들기 PCP()
PCP(M)
L <- bsid_env$L
S <- bsid_env$S
\(L, S\) 확인하기
save_anipic(L, save.name="airport_sub_L")
save_anipic(S, save.name="airport_sub_S")
\(L\) matrix